Overview
The RemoveDocuments operation removes (or deselects) a document from the list of prepared documents associated with a transaction.
This operation is used to remove a document(s) from the list of prepared documents for a transaction. The request takes a
Transaction object and
DocumentSet object and returns an array containing
DocmentSet objects as the payload. The operation uses the transaction data stored in the CreateTransaction operation and sets the
Prepare attribute to false for the specified documents.
Note: The documents associated with a transaction are never removed from the document list once they have been added; they are simply not prepared for a given transaction.
| Operation |
RemoveDocuments |
| Style |
document |
| Operation Type |
Request-response. The endpoint receives a message, and sends a correlated message. |
| SOAP Action |
http://schemas.bankerssystems.com/2004/ExpereAPI/ExpereIEServices/IExpereAPI/RemoveDocuments |
| Input |
RemoveDocumentsRequest |
| Output |
RemoveDocumentsResponse |